(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
void FreeBitMap()
SYNOPSIS
struct BitMap * bm
LOCATION
In GfxBase at offset 154
FUNCTION
Returns the memory occupied by the BitMap to the system.
INPUTS
bm
The result of AllocBitMap(). Must be non-NULL.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
AllocBitMap()
,
AllocRaster()
, FreeRaster()
INTERNALS
HISTORY
13.03.1997 digulla
Several new functions